MAUI Pack Programmer's Guide
NodeListView.AddNodes Method (DiagramNodeCollection, String[])
See Also
 






Adds the specified nodes to the end of the list view.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AddNodes (
    DiagramNodeCollection nodes,
    string[] labels
)

Visual Basic  Copy Code

Public Sub AddNodes( _
    nodes As DiagramNodeCollection, _
    labels() As String _
)

 Parameters

nodes

The collection of nodes to add.

labels

The array of texts to be displayed for the nodes.

 See Also

AddNodes Method Overload List
NodeListView Members
NodeListView Class
MindFusion.Diagramming Namespace